From: Richard M. Stallman Date: Tue, 6 Nov 2001 04:50:55 +0000 (+0000) Subject: (BROKEN_PROTOTYPES): Defined. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~60887 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=79563e7982e08aed99d42ddc8777138f2a1f594b;p=emacs.git (BROKEN_PROTOTYPES): Defined. --- diff --git a/src/m/news-risc.h b/src/m/news-risc.h index bbf5b7ea276..7066395e360 100644 --- a/src/m/news-risc.h +++ b/src/m/news-risc.h @@ -51,4 +51,9 @@ #undef KERNEL_FILE #define KERNEL_FILE "/vmunix" +/* System's malloc, realloc, calloc and so on have bad prototypes, + using char * instead of void *, so tell gmalloc not to use the + prototypes. */ +#define BROKEN_PROTOTYPES + #endif /* not NEWSOS5 */